.swal2-container {
    z-index: 9999 !important;
}

.promo-option {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.promo-title {
    font-size: 14px;
    color: #333;
}

.promo-meta {
    font-size: 12px;
    color: #777;
}

.select2-results__option--highlighted .promo-option {
    background-color: #f5f5f5;
}

.logoMenuNegocio{
    width: 40px !important;
}
.fs-10{
    font-size: 10px !important;
}

.fs-11{
    font-size: 11px !important;
}

.fs-12{
    font-size: 12px !important;
}

.fs-14{
    font-size: 14px !important;
}

.fs-16{
    font-size: 16px !important;
}

.app-auth-container .logo a {
    display: flex;    
    padding-left: 70px;
    background: url('../assets/images/logo/logo2.png') no-repeat;
    height: 75px !important;
    background-size: 150px;
    align-items: center;
    text-decoration: none;
    color: #40475c;
    font-size: 21px;
    font-weight: bold;
    /*border: 1px solid red;*/
}

.app-auth-container .logo2 a {
    display: block;           
    height: 150px;
}

.logo2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;  
}


.app-auth-sign-in .app-auth-background {
    background: url('../assets/images/logo/logo.png') no-repeat;
    background-size: 60%;
    background-position: center;
}

.app-sidebar .logo .logo-icon {
    width: 90px;
    height: 50px;
    font-size: 18px;
    background: url(../assets/images/logo/logo2.png) no-repeat;
    background-position: center left;
    background-size: 90px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
    float: left;
    padding-left: 45px;
    line-height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 576px) {
    .app-sidebar .logo .logo-icon {
        padding: 0px;
        background-size: 70px;
        background-position: left;
    }

    .app-sidebar .logo {
        padding: 15px 18px;
    }
}

/*.widget-bank-card .widget-bank-card-container .widget-bank-card-logo {
    position: absolute;
    left: 30px;
    top: 35px;
}

.widget-bank-card .widget-bank-card-visa .widget-bank-card-logo {
	filter: none;
    background: url('../assets/images/logo/cardRev.png') no-repeat;
    background-size: contain;
    width: 160px;
}

.widget-bank-card .widget-bank-card-visa::after {
    position: absolute;
    bottom: 5px;
    right: 30px;
    content: '';
    display: block;
    height: 80px;
    width: 80px;
    background: url(../images/other/visa.svg) no-repeat;
    background-size: 80px 80px;
    background-position: bottom right;
    filter: invert(41%) sepia(6%) saturate(4020%) hue-rotate(189deg) brightness(87%) contrast(90%);
}*/